Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/116 - Simple Library Management/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/116 - Simple Library Management/index.html
416 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/116 - Simple Library Management/readme.md
235 Views
0 Comments
# Simple Library Management

A simple Library Management Project which is easy to use and understand as a beginner.

## Function
script.js /cody/swapnilsparsh/30DaysOfJavaScript/116 - Simple Library Management/script.js
195 Views
0 Comments
displayNotes(); //As the browser open it show all the stored books

let libraryForm = document.getElementById('libraryForm');

l